home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / apps_fun.dxr / 00002.ls next >
Encoding:
Text File  |  1998-07-22  |  98 b   |  10 lines

  1. on mouseDown
  2.   button()
  3. end
  4.  
  5. on mouseUp
  6.   tell window "Lesson"
  7.     closeActivity()
  8.   end tell
  9. end
  10.